home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / PowerTools Demo / SmartChart™ Demo.rsrc / STR#_1702.txt < prev    next >
Encoding:
Text File  |  1987-02-09  |  159 b   |  17 lines

  1. #DEFINITION MODULE <module_name>;
  2.  
  3. +FROM <module> IMPORT
  4.  
  5. +<import_objects>;
  6.  
  7. -EXPORT QUALIFIED
  8.  
  9. +<export_objects>;
  10.  
  11. -
  12.  
  13. #<declarations>;
  14.  
  15. -END <module_name>;
  16.  
  17.